﻿2026-08-30T06:20:05.5686767Z ##[group]Run set -euo pipefail
2026-08-30T06:20:05.5687054Z [36;1mset -euo pipefail[0m
2026-08-30T06:20:05.5687269Z [36;1mPIN=0c95435[0m
2026-08-30T06:20:05.5687472Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-30T06:20:05.5687706Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-30T06:20:05.5688016Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-30T06:20:05.5688421Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-30T06:20:05.5688835Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-30T06:20:05.5689289Z [36;1m  rm -rf "$CACHE"[0m
2026-08-30T06:20:05.5689518Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-30T06:20:05.5689778Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-30T06:20:05.5690119Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-30T06:20:05.5690686Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-30T06:20:05.5691112Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-30T06:20:05.5691527Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-30T06:20:05.5691931Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-30T06:20:05.5692356Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-30T06:20:05.5692774Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-30T06:20:05.5693201Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-30T06:20:05.5693544Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-30T06:20:05.5693882Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-30T06:20:05.5694298Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-30T06:20:05.5694618Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-30T06:20:05.5694836Z [36;1mfi[0m
2026-08-30T06:20:05.5695085Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-30T06:20:05.5695434Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-30T06:20:05.5707549Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-30T06:20:05.5707822Z env:
2026-08-30T06:20:05.5707997Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-30T06:20:05.5708345Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33296634901-1-0scXka
2026-08-30T06:20:05.5708788Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33296634901-1-0scXka
2026-08-30T06:20:05.5709292Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33296634901-1-0scXka
2026-08-30T06:20:05.5709704Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33296634901-1-0scXka
2026-08-30T06:20:05.5710028Z ##[endgroup]
2026-08-30T06:20:06.2964215Z    Compiling proc-macro2 v1.0.106
2026-08-30T06:20:06.2964825Z    Compiling unicode-ident v1.0.24
2026-08-30T06:20:06.2965211Z    Compiling quote v1.0.45
2026-08-30T06:20:06.2965582Z    Compiling libc v0.2.186
2026-08-30T06:20:06.2965911Z    Compiling cfg-if v1.0.4
2026-08-30T06:20:06.2966163Z    Compiling serde_core v1.0.228
2026-08-30T06:20:06.2966433Z    Compiling serde v1.0.228
2026-08-30T06:20:06.2966957Z    Compiling typenum v1.20.1
2026-08-30T06:20:06.3049463Z    Compiling log v0.4.32
2026-08-30T06:20:06.3079593Z    Compiling version_check v0.9.5
2026-08-30T06:20:06.3100775Z    Compiling portable-atomic v1.13.1
2026-08-30T06:20:06.3164060Z    Compiling pin-project-lite v0.2.17
2026-08-30T06:20:06.3210823Z    Compiling memchr v2.8.1
2026-08-30T06:20:06.3211489Z    Compiling subtle v2.6.1
2026-08-30T06:20:06.3303653Z    Compiling critical-section v1.2.0
2026-08-30T06:20:06.3510596Z    Compiling shlex v2.0.1
2026-08-30T06:20:06.3808473Z    Compiling find-msvc-tools v0.1.9
2026-08-30T06:20:06.4024866Z    Compiling bytes v1.11.1
2026-08-30T06:20:06.4260357Z    Compiling smallvec v1.15.1
2026-08-30T06:20:06.5177348Z    Compiling futures-core v0.3.32
2026-08-30T06:20:06.5410886Z    Compiling equivalent v1.0.2
2026-08-30T06:20:06.5521638Z    Compiling itoa v1.0.18
2026-08-30T06:20:06.6181365Z    Compiling semver v1.0.28
2026-08-30T06:20:06.6251762Z    Compiling stable_deref_trait v1.2.1
2026-08-30T06:20:06.6421420Z    Compiling slab v0.4.12
2026-08-30T06:20:06.6561098Z    Compiling generic-array v0.14.7
2026-08-30T06:20:06.6887979Z    Compiling futures-sink v0.3.32
2026-08-30T06:20:06.6941960Z    Compiling futures-io v0.3.32
2026-08-30T06:20:06.7010424Z    Compiling rand_core v0.10.1
2026-08-30T06:20:06.7184871Z    Compiling futures-task v0.3.32
2026-08-30T06:20:06.7852531Z    Compiling futures-channel v0.3.32
2026-08-30T06:20:06.8009764Z    Compiling bitflags v2.12.1
2026-08-30T06:20:06.8202097Z    Compiling getrandom v0.4.2
2026-08-30T06:20:06.8415613Z    Compiling hashbrown v0.17.1
2026-08-30T06:20:06.8504657Z    Compiling cpufeatures v0.2.17
2026-08-30T06:20:06.8540712Z    Compiling autocfg v1.5.1
2026-08-30T06:20:06.8651089Z    Compiling rustversion v1.0.22
2026-08-30T06:20:06.8955001Z    Compiling rustc_version v0.4.1
2026-08-30T06:20:06.9020871Z    Compiling scopeguard v1.2.0
2026-08-30T06:20:06.9740783Z    Compiling fnv v1.0.7
2026-08-30T06:20:06.9887871Z    Compiling lock_api v0.4.14
2026-08-30T06:20:07.0365996Z    Compiling const-oid v0.9.6
2026-08-30T06:20:07.0473908Z    Compiling cfg_aliases v0.2.1
2026-08-30T06:20:07.0550682Z    Compiling strsim v0.11.1
2026-08-30T06:20:07.0853946Z    Compiling writeable v0.6.3
2026-08-30T06:20:07.1110569Z    Compiling litemap v0.8.2
2026-08-30T06:20:07.2295776Z    Compiling libm v0.2.16
2026-08-30T06:20:07.2430784Z    Compiling icu_properties_data v2.2.0
2026-08-30T06:20:07.2770831Z    Compiling fs_extra v1.3.0
2026-08-30T06:20:07.3060963Z    Compiling dunce v1.0.5
2026-08-30T06:20:07.3332799Z    Compiling icu_normalizer_data v2.2.0
2026-08-30T06:20:07.3730441Z    Compiling ident_case v1.0.1
2026-08-30T06:20:07.3851255Z    Compiling num-traits v0.2.19
2026-08-30T06:20:07.4055438Z    Compiling utf8_iter v1.0.4
2026-08-30T06:20:07.4803779Z    Compiling percent-encoding v2.3.2
2026-08-30T06:20:07.5525554Z    Compiling http v1.4.1
2026-08-30T06:20:07.5840774Z    Compiling syn v2.0.117
2026-08-30T06:20:07.6281338Z    Compiling indexmap v2.14.0
2026-08-30T06:20:07.6400934Z    Compiling thiserror v2.0.18
2026-08-30T06:20:07.6620217Z    Compiling cpufeatures v0.3.0
2026-08-30T06:20:07.6715783Z    Compiling unicode-segmentation v1.13.3
2026-08-30T06:20:07.6801022Z    Compiling aws-lc-rs v1.17.0
2026-08-30T06:20:07.6805878Z    Compiling zerocopy v0.8.50
2026-08-30T06:20:07.6903231Z    Compiling form_urlencoded v1.2.2
2026-08-30T06:20:07.7177662Z    Compiling hybrid-array v0.4.12
2026-08-30T06:20:07.7500406Z    Compiling spin v0.9.8
2026-08-30T06:20:07.8841009Z    Compiling untrusted v0.9.0
2026-08-30T06:20:07.8890900Z    Compiling rustls v0.23.40
2026-08-30T06:20:07.9317971Z    Compiling heck v0.5.0
2026-08-30T06:20:07.9518488Z    Compiling anyhow v1.0.102
2026-08-30T06:20:07.9906971Z    Compiling atomic-waker v1.1.2
2026-08-30T06:20:08.0305065Z    Compiling unicode-xid v0.2.6
2026-08-30T06:20:08.0463248Z    Compiling const-oid v0.10.2
2026-08-30T06:20:08.1080093Z    Compiling jobserver v0.1.34
2026-08-30T06:20:08.1082444Z    Compiling httparse v1.10.1
2026-08-30T06:20:08.1602465Z    Compiling fastrand v2.4.1
2026-08-30T06:20:08.1698393Z    Compiling parking_lot_core v0.9.12
2026-08-30T06:20:08.2765048Z    Compiling convert_case v0.10.0
2026-08-30T06:20:08.3171682Z    Compiling paste v1.0.15
2026-08-30T06:20:08.3616868Z    Compiling curve25519-dalek v4.1.3
2026-08-30T06:20:08.4081305Z    Compiling crypto-common v0.1.7
2026-08-30T06:20:08.4386266Z    Compiling block-buffer v0.10.4
2026-08-30T06:20:08.4689570Z    Compiling cc v1.2.63
2026-08-30T06:20:08.5281058Z    Compiling block-buffer v0.12.0
2026-08-30T06:20:08.5351792Z    Compiling crypto-common v0.2.2
2026-08-30T06:20:08.5480728Z    Compiling digest v0.10.7
2026-08-30T06:20:08.5575041Z    Compiling inout v0.2.2
2026-08-30T06:20:08.5774984Z    Compiling http-body v1.0.1
2026-08-30T06:20:08.6253459Z    Compiling ahash v0.8.12
2026-08-30T06:20:08.6319798Z    Compiling either v1.16.0
2026-08-30T06:20:08.6810795Z    Compiling base64ct v1.8.3
2026-08-30T06:20:08.6845058Z    Compiling powerfmt v0.2.0
2026-08-30T06:20:08.8491398Z    Compiling mio v1.2.1
2026-08-30T06:20:08.8536368Z    Compiling getrandom v0.2.17
2026-08-30T06:20:08.8984347Z    Compiling socket2 v0.6.4
2026-08-30T06:20:08.9370531Z    Compiling deranged v0.5.8
2026-08-30T06:20:09.0580614Z    Compiling pem-rfc7468 v1.0.0
2026-08-30T06:20:09.1368141Z    Compiling rand_core v0.6.4
2026-08-30T06:20:09.1511474Z    Compiling uuid v1.23.2
2026-08-30T06:20:09.1730741Z    Compiling sha2 v0.10.9
2026-08-30T06:20:09.3060813Z    Compiling signature v2.2.0
2026-08-30T06:20:09.3760812Z    Compiling time-core v0.1.8
2026-08-30T06:20:09.3844992Z    Compiling tower-service v0.3.3
2026-08-30T06:20:09.4455826Z    Compiling num-conv v0.2.2
2026-08-30T06:20:09.4676992Z    Compiling try-lock v0.2.5
2026-08-30T06:20:09.5010812Z    Compiling tinyvec_macros v0.1.1
2026-08-30T06:20:09.5130687Z    Compiling zmij v1.0.21
2026-08-30T06:20:09.5131511Z    Compiling vcpkg v0.2.15
2026-08-30T06:20:09.5421297Z    Compiling base64 v0.22.1
2026-08-30T06:20:09.5520705Z    Compiling cipher v0.5.2
2026-08-30T06:20:09.5982251Z    Compiling data-encoding v2.11.0
2026-08-30T06:20:09.6230650Z    Compiling pkg-config v0.3.33
2026-08-30T06:20:09.6483666Z    Compiling tinyvec v1.11.0
2026-08-30T06:20:09.6527721Z    Compiling want v0.3.1
2026-08-30T06:20:09.7232964Z    Compiling cmake v0.1.58
2026-08-30T06:20:09.8168914Z    Compiling chacha20 v0.10.0
2026-08-30T06:20:09.8256130Z    Compiling num-integer v0.1.47
2026-08-30T06:20:09.8677849Z    Compiling parking_lot v0.12.5
2026-08-30T06:20:09.8935887Z    Compiling inout v0.1.4
2026-08-30T06:20:09.9026492Z    Compiling spt-procident v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-30T06:20:09.9910623Z    Compiling vergen-lib v9.1.0
2026-08-30T06:20:10.0273528Z    Compiling n0-future v0.3.2
2026-08-30T06:20:10.1250913Z    Compiling rand v0.10.1
2026-08-30T06:20:10.1440824Z    Compiling serde_json v1.0.150
2026-08-30T06:20:10.1610872Z    Compiling diatomic-waker v0.2.3
2026-08-30T06:20:10.1655817Z    Compiling parking v2.2.1
2026-08-30T06:20:10.2037696Z    Compiling spin v0.10.0
2026-08-30T06:20:10.2400867Z    Compiling httpdate v1.0.3
2026-08-30T06:20:10.2621376Z    Compiling num-bigint-dig v0.8.6
2026-08-30T06:20:10.2701135Z    Compiling winnow v1.0.3
2026-08-30T06:20:10.2981091Z    Compiling cordyceps v0.3.4
2026-08-30T06:20:10.3081518Z    Compiling crossbeam-utils v0.8.21
2026-08-30T06:20:10.3290948Z    Compiling futures-lite v2.6.1
2026-08-30T06:20:10.3566963Z    Compiling num-iter v0.1.46
2026-08-30T06:20:10.3871780Z    Compiling spt-poolguard v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-30T06:20:10.4168808Z    Compiling cipher v0.4.4
2026-08-30T06:20:10.4337848Z    Compiling digest v0.11.3
2026-08-30T06:20:10.4550431Z    Compiling ed25519 v2.2.3
2026-08-30T06:20:10.5160742Z    Compiling netlink-packet-core v0.8.1
2026-08-30T06:20:10.5360622Z    Compiling universal-hash v0.5.1
2026-08-30T06:20:10.5405282Z    Compiling aws-lc-sys v0.41.0
2026-08-30T06:20:10.5641576Z    Compiling ring v0.17.14
2026-08-30T06:20:10.6101038Z    Compiling libsqlite3-sys v0.30.1
2026-08-30T06:20:10.6325517Z    Compiling futures-buffered v0.2.13
2026-08-30T06:20:10.6481064Z    Compiling lazy_static v1.5.0
2026-08-30T06:20:10.6611128Z    Compiling vergen-lib v0.1.6
2026-08-30T06:20:10.6760778Z    Compiling vergen v9.1.0
2026-08-30T06:20:10.7121298Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-30T06:20:10.7406974Z    Compiling heapless v0.7.17
2026-08-30T06:20:10.7610933Z    Compiling noq-udp v0.10.0
2026-08-30T06:20:10.8039331Z    Compiling aho-corasick v1.1.4
2026-08-30T06:20:10.8465942Z    Compiling sync_wrapper v1.0.2
2026-08-30T06:20:10.9077901Z    Compiling allocator-api2 v0.2.21
2026-08-30T06:20:10.9549209Z    Compiling regex-syntax v0.8.10
2026-08-30T06:20:10.9660178Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-30T06:20:10.9730339Z    Compiling byteorder v1.5.0
2026-08-30T06:20:11.0979641Z    Compiling opaque-debug v0.3.1
2026-08-30T06:20:11.1488029Z    Compiling spt-store v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-30T06:20:11.1578054Z    Compiling hash32 v0.2.1
2026-08-30T06:20:11.1667599Z    Compiling polyval v0.6.2
2026-08-30T06:20:11.2650835Z    Compiling vergen-gitcl v1.0.8
2026-08-30T06:20:11.3370978Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-30T06:20:11.4020847Z    Compiling signature v3.0.0
2026-08-30T06:20:11.4172780Z    Compiling num_threads v0.1.7
2026-08-30T06:20:11.4300460Z    Compiling tower-layer v0.3.3
2026-08-30T06:20:11.4308120Z    Compiling ryu v1.0.23
2026-08-30T06:20:11.4990247Z    Compiling fallible-iterator v0.3.0
2026-08-30T06:20:11.5320807Z    Compiling time v0.3.47
2026-08-30T06:20:11.5690626Z    Compiling ghash v0.5.1
2026-08-30T06:20:11.6090768Z    Compiling aes v0.8.4
2026-08-30T06:20:11.6480807Z    Compiling ctr v0.9.2
2026-08-30T06:20:11.6753928Z    Compiling sha2 v0.11.0-rc.5
2026-08-30T06:20:11.8471554Z    Compiling fs2 v0.4.3
2026-08-30T06:20:11.8928635Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-30T06:20:11.9962109Z    Compiling http-body-util v0.1.3
2026-08-30T06:20:12.0140305Z    Compiling aead v0.5.2
2026-08-30T06:20:12.1230684Z    Compiling openssl-probe v0.2.1
2026-08-30T06:20:12.1447836Z    Compiling arrayvec v0.7.6
2026-08-30T06:20:12.2695800Z    Compiling utf8parse v0.2.2
2026-08-30T06:20:12.2925071Z    Compiling rustix v1.1.4
2026-08-30T06:20:12.3479294Z    Compiling aes-gcm v0.10.3
2026-08-30T06:20:12.3573852Z    Compiling crossbeam-channel v0.5.15
2026-08-30T06:20:12.3975697Z    Compiling crossbeam-epoch v0.9.18
2026-08-30T06:20:12.4611237Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-30T06:20:12.5011176Z    Compiling netlink-packet-route v0.29.0
2026-08-30T06:20:12.6261545Z    Compiling synstructure v0.13.2
2026-08-30T06:20:12.6832522Z    Compiling darling_core v0.20.11
2026-08-30T06:20:12.8883228Z    Compiling ppv-lite86 v0.2.21
2026-08-30T06:20:12.9944379Z    Compiling blake3 v1.8.5
2026-08-30T06:20:13.0010824Z    Compiling memoffset v0.6.5
2026-08-30T06:20:13.0313617Z    Compiling acto v0.8.2
2026-08-30T06:20:13.1637158Z    Compiling noq v0.18.0
2026-08-30T06:20:13.2003468Z    Compiling netwatch v0.16.0
2026-08-30T06:20:13.2950894Z    Compiling xml-rs v0.8.28
2026-08-30T06:20:13.3144864Z    Compiling rand_chacha v0.3.1
2026-08-30T06:20:13.3301743Z    Compiling tagptr v0.2.0
2026-08-30T06:20:13.3645498Z    Compiling thiserror v1.0.69
2026-08-30T06:20:13.3799955Z    Compiling rustc-hash v2.1.2
2026-08-30T06:20:13.4157204Z    Compiling proc-macro-crate v3.5.0
2026-08-30T06:20:13.4790911Z    Compiling mac-addr v0.3.0
2026-08-30T06:20:13.4889265Z    Compiling sorted-index-buffer v0.2.1
2026-08-30T06:20:13.6328723Z    Compiling rand v0.8.7
2026-08-30T06:20:13.6389963Z    Compiling regex-automata v0.4.14
2026-08-30T06:20:13.6603480Z    Compiling ref-cast v1.0.25
2026-08-30T06:20:13.9024397Z    Compiling linux-raw-sys v0.12.1
2026-08-30T06:20:13.9101824Z    Compiling identity-hash v0.1.0
2026-08-30T06:20:13.9526445Z    Compiling foldhash v0.2.0
2026-08-30T06:20:13.9727703Z    Compiling lru-slab v0.1.2
2026-08-30T06:20:14.0723439Z    Compiling hashbrown v0.16.1
2026-08-30T06:20:14.1234132Z    Compiling serde_derive_internals v0.29.1
2026-08-30T06:20:14.1848412Z    Compiling netlink-packet-route v0.30.0
2026-08-30T06:20:14.4825809Z    Compiling xmltree v0.10.3
2026-08-30T06:20:14.5949119Z    Compiling serial-core v0.4.0
2026-08-30T06:20:14.6090938Z    Compiling serde_derive v1.0.228
2026-08-30T06:20:14.6893423Z    Compiling zeroize_derive v1.4.3
2026-08-30T06:20:14.7604027Z    Compiling tokio-macros v2.7.0
2026-08-30T06:20:14.8940421Z    Compiling zerofrom-derive v0.1.7
2026-08-30T06:20:14.9926594Z    Compiling futures-macro v0.3.32
2026-08-30T06:20:15.1915426Z    Compiling yoke-derive v0.8.2
2026-08-30T06:20:15.2051189Z    Compiling zerovec-derive v0.11.3
2026-08-30T06:20:15.2118544Z    Compiling zeroize v1.8.2
2026-08-30T06:20:15.2424231Z    Compiling displaydoc v0.2.6
2026-08-30T06:20:15.3814920Z    Compiling tracing-attributes v0.1.31
2026-08-30T06:20:15.4113907Z    Compiling tokio v1.52.3
2026-08-30T06:20:15.7358546Z    Compiling rustls-pki-types v1.14.1
2026-08-30T06:20:15.8434047Z    Compiling futures-util v0.3.32
2026-08-30T06:20:15.8722048Z    Compiling thiserror-impl v2.0.18
2026-08-30T06:20:15.9682082Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-30T06:20:16.2527723Z    Compiling zerofrom v0.1.8
2026-08-30T06:20:16.4324608Z    Compiling yoke v0.8.3
2026-08-30T06:20:16.5482873Z    Compiling darling_macro v0.20.11
2026-08-30T06:20:16.6152805Z    Compiling derive_more-impl v2.1.1
2026-08-30T06:20:16.6217310Z    Compiling zerovec v0.11.6
2026-08-30T06:20:16.6362018Z    Compiling zerotrie v0.2.4
2026-08-30T06:20:16.8937886Z    Compiling der v0.7.10
2026-08-30T06:20:16.9002924Z    Compiling darling v0.20.11
2026-08-30T06:20:16.9590720Z    Compiling derive_builder_core v0.20.2
2026-08-30T06:20:17.0249154Z    Compiling spez v0.1.2
2026-08-30T06:20:17.3688312Z    Compiling n0-error-macros v0.1.3
2026-08-30T06:20:17.4760833Z    Compiling tinystr v0.8.3
2026-08-30T06:20:17.5597096Z    Compiling potential_utf v0.1.5
2026-08-30T06:20:17.6923857Z    Compiling icu_locale_core v2.2.0
2026-08-30T06:20:17.7028321Z    Compiling icu_collections v2.2.0
2026-08-30T06:20:18.1582755Z    Compiling derive_builder_macro v0.20.2
2026-08-30T06:20:18.3797875Z    Compiling spki v0.7.3
2026-08-30T06:20:18.3950819Z    Compiling n0-error v0.1.3
2026-08-30T06:20:18.4190620Z    Compiling derive_builder v0.20.2
2026-08-30T06:20:18.5170968Z    Compiling der v0.8.0-rc.10
2026-08-30T06:20:18.5765628Z    Compiling pin-project-internal v1.1.13
2026-08-30T06:20:18.7436197Z    Compiling pkcs8 v0.10.2
2026-08-30T06:20:18.9899205Z    Compiling icu_provider v2.2.0
2026-08-30T06:20:19.0929879Z    Compiling ed25519-dalek v2.2.0
2026-08-30T06:20:19.2527560Z    Compiling pkcs1 v0.7.5
2026-08-30T06:20:19.4091195Z    Compiling icu_normalizer v2.2.0
2026-08-30T06:20:19.4191666Z    Compiling icu_properties v2.2.0
2026-08-30T06:20:19.4888398Z    Compiling ipnet v2.12.0
2026-08-30T06:20:19.5860892Z    Compiling futures-executor v0.3.32
2026-08-30T06:20:19.7479806Z    Compiling futures v0.3.32
2026-08-30T06:20:19.9121604Z    Compiling prefix-trie v0.8.4
2026-08-30T06:20:19.9818555Z    Compiling pin-project v1.1.13
2026-08-30T06:20:20.0460213Z    Compiling spt-proto v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-30T06:20:20.2350617Z    Compiling once_cell v1.21.4
2026-08-30T06:20:20.2584587Z    Compiling spki v0.8.0-rc.4
2026-08-30T06:20:20.4520521Z    Compiling tracing-core v0.1.36
2026-08-30T06:20:20.5852767Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-30T06:20:20.6787436Z    Compiling hashbrown v0.14.5
2026-08-30T06:20:20.7041038Z    Compiling cobs v0.3.0
2026-08-30T06:20:20.7257824Z    Compiling regex v1.12.3
2026-08-30T06:20:20.7619712Z    Compiling ed25519 v3.0.0-rc.4
2026-08-30T06:20:20.7724190Z    Compiling postcard-derive v0.2.2
2026-08-30T06:20:20.8797956Z    Compiling idna_adapter v1.2.2
2026-08-30T06:20:20.9820450Z    Compiling tracing v0.1.44
2026-08-30T06:20:21.1170590Z    Compiling idna v1.1.0
2026-08-30T06:20:21.1903434Z    Compiling derive_more v2.1.1
2026-08-30T06:20:21.2850335Z    Compiling tokio-util v0.7.18
2026-08-30T06:20:21.3116257Z    Compiling netlink-sys v0.8.8
2026-08-30T06:20:21.3634438Z    Compiling rsa v0.9.10
2026-08-30T06:20:21.3727326Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-30T06:20:21.3744598Z    Compiling postcard v1.1.3
2026-08-30T06:20:21.4605841Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-30T06:20:21.5632215Z    Compiling hashlink v0.9.1
2026-08-30T06:20:21.6116113Z    Compiling url v2.5.8
2026-08-30T06:20:21.7617936Z    Compiling data-encoding-macro v0.1.20
2026-08-30T06:20:21.8143813Z    Compiling tower v0.5.3
2026-08-30T06:20:21.8493938Z    Compiling rustls-native-certs v0.8.4
2026-08-30T06:20:21.8605688Z    Compiling async-trait v0.1.89
2026-08-30T06:20:21.8811132Z    Compiling enum-assoc v1.3.0
2026-08-30T06:20:21.9120963Z    Compiling num_enum_derive v0.7.6
2026-08-30T06:20:21.9458741Z    Compiling iroh-metrics-derive v0.4.1
2026-08-30T06:20:22.2720659Z    Compiling strum_macros v0.28.0
2026-08-30T06:20:22.3730457Z    Compiling h2 v0.4.14
2026-08-30T06:20:22.4480697Z    Compiling rusqlite v0.32.1
2026-08-30T06:20:22.4589551Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-30T06:20:22.4924791Z    Compiling n0-watcher v0.6.1
2026-08-30T06:20:22.5019922Z    Compiling tower-http v0.6.11
2026-08-30T06:20:22.5583975Z    Compiling iroh-metrics v0.38.3
2026-08-30T06:20:22.5803305Z    Compiling iroh-relay v0.98.0
2026-08-30T06:20:22.7415016Z    Compiling attohttpc v0.30.1
2026-08-30T06:20:22.8409774Z    Compiling iroh-base v0.98.0
2026-08-30T06:20:22.8877039Z    Compiling tokio-stream v0.1.18
2026-08-30T06:20:22.9281492Z    Compiling num_enum v0.7.6
2026-08-30T06:20:22.9425881Z    Compiling netdev v0.42.0
2026-08-30T06:20:22.9780291Z    Compiling netlink-proto v0.12.0
2026-08-30T06:20:23.0221011Z    Compiling moka v0.12.15
2026-08-30T06:20:23.0500969Z    Compiling serde_spanned v0.6.9
2026-08-30T06:20:23.0735110Z    Compiling toml_datetime v0.6.11
2026-08-30T06:20:23.1655788Z    Compiling thiserror-impl v1.0.69
2026-08-30T06:20:23.2605810Z    Compiling ref-cast-impl v1.0.25
2026-08-30T06:20:23.3941511Z    Compiling ioctl-rs v0.1.6
2026-08-30T06:20:23.4964059Z    Compiling termios v0.2.2
2026-08-30T06:20:23.5316865Z    Compiling errno v0.3.14
2026-08-30T06:20:23.6519724Z    Compiling simple-dns v0.9.3
2026-08-30T06:20:23.7026415Z    Compiling arrayref v0.3.9
2026-08-30T06:20:23.7304556Z    Compiling resolv-conf v0.7.6
2026-08-30T06:20:23.7525657Z    Compiling sha1_smol v1.0.1
2026-08-30T06:20:23.7668772Z    Compiling smol_str v0.1.24
2026-08-30T06:20:23.9731638Z    Compiling toml_write v0.1.2
2026-08-30T06:20:23.9734456Z    Compiling winnow v0.7.15
2026-08-30T06:20:24.0753892Z    Compiling signal-hook v0.3.18
2026-08-30T06:20:24.1741130Z    Compiling constant_time_eq v0.4.2
2026-08-30T06:20:24.1979630Z    Compiling simdutf8 v0.1.5
2026-08-30T06:20:24.3440417Z    Compiling signal-hook-registry v1.4.8
2026-08-30T06:20:24.3604735Z    Compiling serial-unix v0.4.0
2026-08-30T06:20:24.5301069Z    Compiling webpki-roots v1.0.7
2026-08-30T06:20:24.5510625Z    Compiling schemars_derive v1.2.1
2026-08-30T06:20:24.5835555Z    Compiling lru v0.16.4
2026-08-30T06:20:24.6463465Z    Compiling darling_core v0.23.0
2026-08-30T06:20:24.6930498Z    Compiling serde_bytes v0.11.19
2026-08-30T06:20:24.7096931Z    Compiling seize v0.5.1
2026-08-30T06:20:24.7709924Z    Compiling hmac v0.12.1
2026-08-30T06:20:24.8873554Z    Compiling strum v0.28.0
2026-08-30T06:20:24.9041863Z    Compiling iroh v0.98.2
2026-08-30T06:20:24.9462045Z    Compiling pin-utils v0.1.0
2026-08-30T06:20:24.9561525Z    Compiling rustix v0.38.44
2026-08-30T06:20:24.9844171Z    Compiling iroh-dns v0.98.0
2026-08-30T06:20:25.0010761Z    Compiling cmov v0.5.4
2026-08-30T06:20:25.0150900Z    Compiling dyn-clone v1.0.20
2026-08-30T06:20:25.0333399Z    Compiling bitflags v1.3.2
2026-08-30T06:20:25.0943560Z    Compiling nix v0.25.1
2026-08-30T06:20:25.1270730Z    Compiling papaya v0.2.4
2026-08-30T06:20:25.1489443Z    Compiling hkdf v0.12.4
2026-08-30T06:20:25.1553945Z    Compiling filedescriptor v0.8.3
2026-08-30T06:20:25.2455918Z    Compiling ctutils v0.4.2
2026-08-30T06:20:25.3245556Z    Compiling serial v0.4.0
2026-08-30T06:20:25.3491476Z    Compiling backon v1.6.0
2026-08-30T06:20:25.3895989Z    Compiling anstyle-parse v1.0.0
2026-08-30T06:20:25.4827468Z    Compiling vte_generate_state_changes v0.1.2
2026-08-30T06:20:25.4955598Z    Compiling is_terminal_polyfill v1.70.2
2026-08-30T06:20:25.5567144Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-30T06:20:25.5665616Z    Compiling instability v0.3.12
2026-08-30T06:20:25.6171029Z    Compiling downcast-rs v1.2.1
2026-08-30T06:20:25.6586832Z    Compiling anstyle v1.0.14
2026-08-30T06:20:25.6866244Z    Compiling shell-words v1.1.1
2026-08-30T06:20:25.7004003Z    Compiling linux-raw-sys v0.4.15
2026-08-30T06:20:25.7162329Z    Compiling unicode-width v0.2.0
2026-08-30T06:20:25.7671162Z    Compiling anstyle-query v1.1.5
2026-08-30T06:20:25.8507898Z    Compiling foldhash v0.1.5
2026-08-30T06:20:25.8677851Z    Compiling colorchoice v1.0.5
2026-08-30T06:20:25.9250794Z    Compiling vte v0.13.1
2026-08-30T06:20:25.9608859Z    Compiling anstream v1.0.0
2026-08-30T06:20:26.0007556Z    Compiling hashbrown v0.15.5
2026-08-30T06:20:26.0300627Z    Compiling signal-hook-mio v0.2.5
2026-08-30T06:20:26.1260932Z    Compiling spake2 v0.4.0
2026-08-30T06:20:26.3434396Z    Compiling terminal_size v0.4.4
2026-08-30T06:20:26.3705526Z    Compiling strum_macros v0.26.4
2026-08-30T06:20:26.4850783Z    Compiling itertools v0.13.0
2026-08-30T06:20:26.4924972Z    Compiling sha1 v0.10.6
2026-08-30T06:20:26.5390699Z    Compiling toml_edit v0.22.27
2026-08-30T06:20:26.7419724Z    Compiling schemars v1.2.1
2026-08-30T06:20:26.7735226Z    Compiling castaway v0.2.4
2026-08-30T06:20:26.7910366Z    Compiling unicode-width v0.1.14
2026-08-30T06:20:26.8590854Z    Compiling clap_lex v1.1.0
2026-08-30T06:20:27.0064696Z    Compiling doctest-file v1.1.1
2026-08-30T06:20:27.0670560Z    Compiling static_assertions v1.1.0
2026-08-30T06:20:27.1009060Z    Compiling indoc v2.0.7
2026-08-30T06:20:27.1223811Z    Compiling compact_str v0.8.2
2026-08-30T06:20:27.3861447Z    Compiling crossterm v0.28.1
2026-08-30T06:20:27.4344087Z    Compiling interprocess v2.4.2
2026-08-30T06:20:27.5014959Z    Compiling clap_builder v4.6.0
2026-08-30T06:20:27.9744179Z    Compiling lru v0.12.5
2026-08-30T06:20:28.1600752Z    Compiling hyper v1.10.1
2026-08-30T06:20:28.2355453Z    Compiling clap_derive v4.6.1
2026-08-30T06:20:28.3230681Z    Compiling darling_macro v0.23.0
2026-08-30T06:20:28.3808565Z    Compiling cassowary v0.3.0
2026-08-30T06:20:28.5980651Z    Compiling unicode-truncate v1.1.0
2026-08-30T06:20:28.6371342Z    Compiling darling v0.23.0
2026-08-30T06:20:28.7235652Z    Compiling strum v0.26.3
2026-08-30T06:20:28.7469406Z    Compiling iana-time-zone v0.1.65
2026-08-30T06:20:28.8319287Z    Compiling nucleo-matcher v0.3.1
2026-08-30T06:20:28.9184821Z    Compiling chrono v0.4.45
2026-08-30T06:20:29.0571194Z    Compiling qrcode v0.14.1
2026-08-30T06:20:29.0780395Z    Compiling tempfile v3.27.0
2026-08-30T06:20:29.1771417Z    Compiling toml v0.8.23
2026-08-30T06:20:29.2589885Z    Compiling ratatui v0.29.0
2026-08-30T06:20:29.5420671Z    Compiling portable-pty v0.8.1
2026-08-30T06:20:29.6635281Z    Compiling spt-test-support v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-30T06:20:29.9854079Z    Compiling hyper-util v0.1.20
2026-08-30T06:20:30.4215306Z    Compiling clap v4.6.1
2026-08-30T06:20:31.7056058Z    Compiling spt-msg v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-30T06:20:31.8116868Z    Compiling igd-next v0.17.1
2026-08-30T06:20:32.0329990Z    Compiling spt-runtime v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-30T06:20:32.0331396Z    Compiling spt-term v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-30T06:20:32.8991433Z    Compiling portmapper v0.16.0
2026-08-30T06:20:35.1938753Z    Compiling spt-live v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-30T06:20:37.3589907Z    Compiling rustls-webpki v0.103.13
2026-08-30T06:20:39.6596885Z    Compiling tokio-rustls v0.26.4
2026-08-30T06:20:39.6597319Z    Compiling rustls-platform-verifier v0.7.0
2026-08-30T06:20:39.6597723Z    Compiling noq-proto v0.17.0
2026-08-30T06:20:39.7967667Z    Compiling hickory-net v0.26.0-beta.4
2026-08-30T06:20:39.7969280Z    Compiling hyper-rustls v0.27.9
2026-08-30T06:20:39.7969708Z    Compiling tokio-websockets v0.13.2
2026-08-30T06:20:39.9196369Z    Compiling reqwest v0.13.4
2026-08-30T06:20:40.7810025Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-30T06:20:53.9171091Z    Compiling spt-net v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-30T06:20:55.7233257Z    Compiling spt-daemon v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-30T06:21:06.4866678Z    Compiling spt v0.67.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-30T06:21:13.4218295Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-08-30T06:21:13.4440467Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-2db8ab614e8a0338)
2026-08-30T06:21:13.4454190Z 
2026-08-30T06:21:13.4457263Z running 1 test
2026-08-30T06:21:19.6322103Z test new_brain_serves_against_old_broker ... ok
2026-08-30T06:21:19.6322484Z 
2026-08-30T06:21:19.6322766Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-30T06:21:19.6323113Z 
